func runtime.runqput

5 uses

	runtime (current package)
		proc.go#L1134: 	runqput(mp.p.ptr(), gp, next)
		proc.go#L4426: 	runqput(pp, gp, false)
		proc.go#L5165: 		runqput(pp, newg, true)
		proc.go#L7058: func runqput(pp *p, gp *g, next bool) {
		synctest.go#L202: 		runqput(pp, bubble.main, true)